ServiceCopyFolder Method (IListFolderId, FolderId) |
Copies multiple folders.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic IList<FolderInfoResponse> CopyFolder(
IList<FolderId> folders,
FolderId targetFolderId
)
Public Function CopyFolder (
folders As IList(Of FolderId),
targetFolderId As FolderId
) As IList(Of FolderInfoResponse)
Parameters
- folders
- Type: System.Collections.GenericIListFolderId
The IDs of the folders to copy. - targetFolderId
- Type: Independentsoft.ExchangeFolderId
The ID of the folder to copy the items to.
Return Value
Type:
IListFolderInfoResponseA collection of copy results for each of the specified item IDs.
See Also